|===========================================================================|
| Set system variables for Director
|===========================================================================|

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut so that no window has the input focus

Set Director$Key$LoseCaret ^Insert

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut for Director's Memoriser menu

Set Director$Key$Memoriser ^Tab

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut for Director's Mode menu

Set Director$Key$Modes ^M

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut for Director'sNotes menu

Set Director$Key$Notes ^N

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut to show a list of all open files

Set Director$Key$OpenFiles ^[

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut to open the printer window

Set Director$Key$PrinterWindow Print

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut to blank the screen

Set Director$Key$ScreenBlank ^F11

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut to set the currently selected directory

Set Director$Key$SetCSD ^Tab

|---------------------------------------------------------------------------|
|
| Set the keyboard shortcut to show the current time

Set Director$Key$Time ^T

|---------------------------------------------------------------------------|
|
| Set Root$Dir: This should be the root of your main hard drive

If "<Root$Dir>" = "" AND "<Boot$Dir>" <> "" Then SetEval BootLen LEN "<Boot$Dir>" - 6
If "<Root$Dir>" = "" AND "<Boot$Dir>" <> "" Then SetEval Root$Dir "<Boot$Dir>" LEFT <BootLen>
Unset BootLen
Unset RootDrive
X DriveName RootDrive ADFS::4
If "<Root$Dir>" = "" AND "<RootDrive>" <> "" Then Set Root$Dir ADFS::<RootDrive>.$
X DriveName RootDrive IDEFS::4
If "<Root$Dir>" = "" AND "<RootDrive>" <> "" Then Set Root$Dir IDEFS::<RootDrive>.$
X DriveName RootDrive SCSIFS::4
If "<Root$Dir>" = "" AND "<RootDrive>" <> "" Then Set Root$Dir SCSIFS::<RootDrive>.$
X DriveName RootDrive SCSI::4
If "<Root$Dir>" = "" AND "<RootDrive>" <> "" Then Set Root$Dir SCSI::<RootDrive>.$
Unset RootDrive

|---------------------------------------------------------------------------|
|
| Set Root$Path: This should be the root of your main hard drive

If "<Root$Path>" = "" Then Set Root$Path <Root$Dir>.

|---------------------------------------------------------------------------|
|
| Set Apps$Dir: This should be where you keep your applications

If "<Apps$Dir>" = "" Then Set Apps$Dir <Root$Dir>.Apps

|---------------------------------------------------------------------------|
|
| Set MemoriserItems: This is the maximum number of items displayed in the
|                     Memoriser menu

MemoriserItems 33

|---------------------------------------------------------------------------|
|
| Set Director$Backdrops: This is a list of directories which hold backdrops.
|                         They will be used as part of the Desktop sub-menus.
|
| For instance:
|   Set Director$Backdrops BootResources:Configure.Textures,Root:Oddments.Backdrops

|Set Director$Backdrops BootResources:Configure.Textures,Root:Oddments.Backdrops

|---------------------------------------------------------------------------|
|
| Set Director$Palettes: This is a list of directories which hold palette
|                        files. They will be used as part of the Desktop
|                        sub-menus.
|
| For instance:
|   Set Director$Palettes Root:Oddments.Palettes

|Set Director$Palettes Root:Oddments.Palettes

|---------------------------------------------------------------------------|
|
| Set Director$Icons: This is a list of directories which hold wimp sprites.
|                     They will be used as part of the Desktop sub-menus.
|
| For instance:
|   Set Director$Icons Resources:$.Resources.Wimp.Sprites,Root:Oddments.Icons

|Set Director$Icons Root:Oddments.Icons

|---------------------------------------------------------------------------|
|
| Set Director$Tools: This is a list of directories which hold tool sprites.
|                     They will be used as part of the Desktop sub-menus.
|
| For instance:
|   Set Director$Tools Root:Oddments.Tools

|Set Director$Tools Root:Oddments.Tools

|---------------------------------------------------------------------------|
